projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a22438
)
(comint-scroll-show-maximum-output): Make default nil.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Nov 1993 14:20:31 +0000
(14:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Nov 1993 14:20:31 +0000
(14:20 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 5c2ec55903efab72b72175a07b6a21cee42e0d49..bdb8867fb23ef506b7fdc9403ead333708075b1e 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-202,7
+202,7
@@
The default is nil.
See variable `comint-scroll-show-maximum-output' and function
`comint-postoutput-scroll-to-bottom'. This variable is buffer-local.")
-(defvar comint-scroll-show-maximum-output
t
+(defvar comint-scroll-show-maximum-output
nil
"*Controls how interpreter output causes window to scroll.
If non-nil, then show the maximum output when the window is scrolled.